*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    text-decoration: none;
}

html, body {
    width: 100%;
    height: 100%;
}

#address {
    width: 100%;
    line-height: 22px;
    padding-left: 50px;
    padding-right: 50px;
    color: #777777;
    background-color: #f7f8fa;
    font-size: 10px;
}

#reset > p:nth-child(1){
    font-size: 36px;
    font-weight: 500;
}

#reset > p:nth-child(2), #newCust{
    font-size: 24px;
    font-weight: 500;
    margin-top: 21px;
    margin-bottom: 21px;
}

#reset > p:nth-child(3){
    font-size: 18px;
    font-weight: 400;
    color: #777777;
    margin-top: 21px;
    margin-bottom: 21px;
}

#main {
    max-width: 350px;
    margin: auto;
    padding-top: 100px;
}

#formDiv, #reset {
    width: 100%;
    line-height: 30px;
}

#formDiv {
    margin-top: 20px;
    line-height: 20px
}

.required {
    color: #777777;
    padding-left: 5px;
    font-size: 14px;
    line-height: 22px;
    float: right;
}

#resetForm > input {
    width: 100%;
    height: 44px;
    border: 1px solid ;
    outline: none;
    background: transparent;
    font-size: 16px;
    border: 1px solid #e9e7e7;
    padding: 11px 12px 15px 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

#resetForm > label, #description {
    font-size: 17px;
    color: #777777;
    padding-bottom: 5px;
    display: inline-block;
    border: 1ps solid black;
}

#button, #register button {
    background-color: #a3b49b;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 20px 4px;
    font-weight: 500;
    width: 100%;
    height: 44px;
    border: none;
    outline: none;
    margin-top: 10px;
    margin-bottom: 20px;
}

#button:hover {
    cursor: pointer;
}

sup {
    font-size: 30px;
}

#main > p {
    font-size: 13px;
    font-weight: 500;
}

#register {
    width: 100%;
    padding-top: 50px;
}

#register button {
    background-color: #66765f;
    margin-top: 20px;
}

#register button:hover{
    cursor: pointer;
}

#description {
    font-size: 18px;
    line-height: 26px;
}

#errorMsg {
    color: red;
    padding-left: 15px;
}

#main a {
    color: #333333;
}

#underLine, #uline {
    width: 50px;
    outline: none;
    border: none;
    height: 2px;
    background: black; 
    margin-left: 20px;
    margin-top: -3px;
    display: none;
}

#uline {
    transition: scale(1, 1);  
    transition: transform 01s ease;
}